-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[pkg][fix] - Filter non-fatal errors and update go.mod #5196
[pkg][fix] - Filter non-fatal errors and update go.mod #5196
Conversation
This pull request does not have a backport label. Could you fix it @VihasMakwana? 🙏
NOTE: |
412e0ff
to
d6ca537
Compare
seems like notice in not properly updated, can you run |
go.mod
Outdated
@@ -14,7 +14,7 @@ require ( | |||
github.com/elastic/elastic-agent-autodiscover v0.8.0 | |||
github.com/elastic/elastic-agent-client/v7 v7.15.0 | |||
github.com/elastic/elastic-agent-libs v0.9.15 | |||
github.com/elastic/elastic-agent-system-metrics v0.10.4 | |||
github.com/elastic/elastic-agent-system-metrics v0.10.6-0.20240723152150-0f81a1e67528 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please release elastic-agent-system-metrics
and use the proper version
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
once you fix the elastic-agent-system-metrics
it is good to go
Pinging @elastic/elastic-agent-control-plane (Team:Elastic-Agent-Control-Plane) |
This pull request is now in conflicts. Could you fix it? 🙏
|
@michalpristas @Fae if you can have a look, it's ready for review. |
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me.
@VihasMakwana shouldn't we backport this on to 8.15? |
* fix: update go.mod and test cases * chore: update notice * fix: go.mod * fix: update notice * fix: update notice, go.mod * fix: update notice, go.mod * fix: fix check * fix: update notice, go.mod to v0.11.0 (cherry picked from commit a1fd2c9) # Conflicts: # NOTICE.txt # go.mod # go.sum
…e go.mod (#5261) * [pkg][fix] - Filter non-fatal errors and update go.mod (#5196) * fix: update go.mod and test cases * chore: update notice * fix: go.mod * fix: update notice * fix: update notice, go.mod * fix: update notice, go.mod * fix: fix check * fix: update notice, go.mod to v0.11.0 (cherry picked from commit a1fd2c9) # Conflicts: # NOTICE.txt # go.mod # go.sum * fix: merge conflice * fix: go mod tidy * fix: notice --------- Co-authored-by: VihasMakwana <[email protected]> Co-authored-by: Vihas Makwana <[email protected]>
What does this PR do?
With elastic/elastic-agent-system-metrics#164, we now also expect a list of non-fatal errors (access denied, operation not permitted, invalid parameters etc).
Such errors are safe to ignore, so update the tests
Also,
Why is it important?
Checklist
./changelog/fragments
using the changelog toolDisruptive User Impact
How to test this PR locally
Related issues